home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / bubble_s.swf / scripts / DefineButton2_248 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2010-08-12  |  198 b   |  9 lines

  1. on(release){
  2.    SDButton();
  3.    vDialog = true;
  4.    vRestart = false;
  5.    attachMovie("_help","whelp",15000);
  6.    whelp._x = (800 - whelp._width) / 2;
  7.    whelp._y = (600 - whelp._height) / 2;
  8. }
  9.